<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Global
   ========================================================================== */

html {
  font-size: 62.5%;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

a {
  color: #333;
}

a:hover {
  color: #01579b;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  max-width: 1600px;
  /*min-width: 980px; */
  _width: 1600px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

/* ==================================
   menu
   ================================== */

.menu {
  position: relative;
}
/* menu-hd */

.menu-hd {
  position: relative;
  z-index: 1002;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 6px;
}
/* menu-bd */

.menu-bd {
  display: none;
  position: absolute;
  z-index: 1001;
  margin-top: -1px;
}

.menu-bd-panel {
  padding: 5px 0;
  border: 1px solid #eee;
  background: #fff;
  min-width: 96px;
}

.menu-bd-panel a {
  display: block;
  padding: 0 5px;
  line-height: 28px;
  white-space: nowrap;
  color: #6c6c6c;
}
/* menu arrow */

.menu-hd .fa-caret-down {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 0;
  right: 6px;
}
/* menu hover */

.menu-hover .menu-hd {
  z-index: 10002;
}

.menu-hover .menu-bd {
  z-index: 10001;
}

.menu-hover .menu-hd {
  padding: 0 19px 1px 5px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #eee;
  background: #fff;
}

.menu-hover .menu-hd .fa-caret-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-hover .menu-bd-panel a:hover {
  background: #eee;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
}
header .wrapper {
  position: relative;
  z-index: 99;
}
.topbar {
}
.logo {
  position: absolute;
  left: 100px;
  width: 219px;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
}
.logo img {
  max-width: 100%;
}

.langbox {
  position: absolute;
  right: 113px;
  font-size: 14px;
  top: 0;
  z-index: 3;
  text-transform: Uppercase;
}
.langbox .langhd {
  width: 180px;
  height: 100px;
  font-size: 16px;
  line-height: 100px;
  color: #000;
  text-align: center;
  border-left: 1px solid #d9d9d9;
}

.langbox .langbd {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 0;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.langbox .langbd a {
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.langbox .langbd {
  display: none;
}
.langbox:hover .langbd {
  display: block;
}

.gpdmbox {
  position: absolute;
  left: 360px;
  font-size: 18px;
  font-weight: bold;
  top: 22px;
  color: #333;
  line-height: 30px;
}
.gpdmbox i {
  margin-right: 8px;
}
.gpdmbox .lxhm {
  font-size: 19px;
  padding-top: 15px;
}
.serchinco {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 20px;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  font-size: 14px;
  color: #b6a185;
}

.globalsearch {
  display: none;
}
.globalsearch {
  position: absolute;
  top: 120px;
  right: 0;
  width: 280px;
  padding: 15px;
  z-index: 99;
  background: #215d5c;
}
.globalsearch .warp {
  background: #fff;
}
.globalsearch #q {
  float: left;
  border: 0 none;
}
.globalsearch .search-btn {
  float: right;
  border: 0 none;
}
.globalsearch #q {
  width: calc(100% - 70px);
  height: 18px;
  padding: 10px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  font: 300 12px/18px microsoft yahei;
}
.globalsearch .search-btn {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  cursor: pointer;
  background: url(../images/btn_ser.png) no-repeat center;
}

.hrmenu.open {
  z-index: 10000;
  top: 0;
}

.hrmenu.open em {
  background: transparent !important;
  webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.hrmenu.open em:before {
  top: 0;
  transform: rotate(45deg);
}
.hrmenu.open em:after {
  width: 32px;
  top: 0;
  transform: rotate(-45deg);
}
.hrmenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100px;
  padding: 0 40px;
  cursor: pointer;
  border-left: 1px solid #d9d9d9;
}
.hrmenu em {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  margin-top: 44px;
  transition: 0.35s;
}
.hrmenu em:before {
  top: -8px;
}
.hrmenu em:after {
  bottom: -8px;
}
.hrmenu em:before {
  width: 32px;
}
.hrmenu em:after {
  width: 16px;
}
.hrmenu em:before,
.hrmenu em:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background: #333;
  transition: 0.35s;
}

@media only screen and (max-width: 1600px) {
  .logo {
    left: 10px;
  }
  .gpdmbox {
    left: 260px;
    font-size: 14px;
  }
  .gpdmbox .lxhm {
    font-size: 14px;
    padding-top: 0;
  }
  .langbox .langhd {
    width: 120px;
    font-size: 14px;
  }
  .langbox .langbd {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .serchinco {
    right: 48px;
    top: 0;
  }
  .globalsearch {
    top: 48px;
  }
  .logo,
  .toptel,
  .langbox,
  .hrmenu {
    display: none;
  }
  .topbar {
    height: 0;
  }
  .wxinco {
    display: none;
  }
  .serchinco {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
  }
  .gpdmbox {
    top: 0;
    height: 48px;
    line-height: 48px;
    left: 150px;
  }
  .gpdmbox p {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .globalsearch {
    width: calc(100% - 30px);
  }
  .gpdmbox p {
    font-size: 12px;
  }
  .gpdmbox {
    display: none;
  }
}

/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 16px;
}

.globalnav li {
  float: left;
}

.globalnav li a {
  display: block;
  color: #444;
  padding: 0 20px;
  font-size: 14px;
  line-height: 42px;
  font-family: microsoft yahei;
}

.globalnav .nav-sep {
  width: 2px;
  height: 42px;
  background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
  color: #a6937c;
}

.dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 15px 20px;
  border-bottom: 3px solid #ed6d00;
  top: 100%;
  min-width: 120px;
}

.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
  border-top-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.dropdown a {
  /*    white-space: nowrap;*/
  line-height: 30px;
  font-size: 14px;
  float: left;
  padding: 0;
  color: #000;
  background: none;
  border-bottom: 0 none;
  width: 90%;
  display: block;
  text-align: center;
}

@media (max-width: 920px) {
  .dropdown a {
    /*    white-space: nowrap;*/
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  .dropdown {
    min-width: calc(100% - 40px);
  }
}

.dropdown a .fa {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
  color: #ed6d00;
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
  display: none;
}

/* ==========================================================================
   banner
   ========================================================================== */
#rev_slider_78_1_wrapper .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

#rev_slider_78_1_wrapper .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_78_1_wrapper .uranus.tparrows:hover:before {
  opacity: 0.75;
}

#rev_slider_80_1_wrapper .zeus_copy78 .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

#rev_slider_80_1_wrapper .zeus_copy78 .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(154, 129, 97, 0.74);
  font-family: "microsoft yahei", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding: 14px 10px;
  border-radius: 8px;
}

#rev_slider_80_1_wrapper .zeus_copy78 .tp-tab:hover .tp-tab-title,
#rev_slider_80_1_wrapper .zeus_copy78 .tp-tab.selected .tp-tab-title {
  color: #ffffff;
  background: #215d5c;
}

#rev_slider_80_1_wrapper .zeus_copy78 .tp-tab-title a {
  color: #fff;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 300;
  text-decoration-line: none;
}

/* ==========================================================================
   section02
   ========================================================================== */

.section02 {
  background: url(../images/homepic02.jpg) right top no-repeat;
  background-size: cover;
}
.section02 .wrap {
  margin: 110px 100px 0 100px;
  overflow: hidden;
}
.aboutleft {
  width: calc(50% - 50px);
  float: left;
  color: #fff;
}
.abouttxtarea {
  height: 520px;
}
.abouttxtarea .tit {
  height: 78px;
  line-height: 100px;
  font-size: 34px;
  font-weight: bold;
}
.abouttxtarea .titms {
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.abouttxtarea .titms:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80px;
  height: 3px;
  background: #fff;
}
.abouttxtarea .desc {
  font-size: 18px;
  line-height: 2em;
  margin: 50px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.abouttxtarea .more a {
  width: 180px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
.aboutright {
  float: right;
  width: calc(50% - 50px);
  height: 520px;
  color: #fff;
  text-align: right;
}
.jy-ys-row {
  width: 300px;
  padding: 40px;
  height: 150px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.jy-ys-row:nth-child(1) {
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.jy-ys-row:nth-child(2) {
  border-bottom: 1px dashed #fff;
}
.jy-ys-row:nth-child(3) {
  border-right: 1px dashed #fff;
}
.jy-ys-row .inco {
  position: absolute;
  right: 40px;
  top: 40px;
}
.jy-ys-row .txt01 {
  font-size: 18px;
}
.jy-ys-row h3.num {
  font-size: 72px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 72px;
}
.jy-ys-row h3.num span {
  font-size: 18px;
  vertical-align: bottom;
  line-height: 30px;
}

@media only screen and (max-width: 1840px) {
  .jy-ys-row {
    width: 240px;
    padding: 20px;
    height: 150px;
    display: inline-block;
    position: relative;
    text-align: left;
  }
}

.aboutleft {
  transform: translate3d(-500px, 0, 0);
  transition: all 1s;
  opacity: 0;
}
.active .aboutleft {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.aboutright {
  transform: translate3d(500px, 0, 0);
  transition: all 1s;
  opacity: 0;
}
.active .aboutright {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* ==========================================================================
   section03
   ========================================================================== */
.section03 {
  background: url(../images/homepic03.jpg) right top no-repeat;
  background-size: cover;
  position: relative;
}
.section03 .wrap {
  margin: 110px 100px 260px 100px;
  overflow: hidden;
  color: #fff;
}
.proleft {
  max-width: 700px;
}
.proleft .txten {
  font-size: 60px;
  font-weight: bold;
  text-transform: Uppercase;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.proleft h3.tit {
  font-size: 36px;
  font-weight: bold;
}
.proleft .desc {
  font-size: 18px;
  line-height: 2em;
  margin: 50px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.proleft .more a {
  border: 5px solid #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.profl {
  width: 90%;
  height: 220px;
  background: #fff;
  background: rgba(1, 87, 155, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.jn-pro-row {
  width: 20%;
  float: left;
  text-align: center;
  height: 220px;
}
.jn-pro-row a {
  color: #fff;
}
.jn-pro-row p {
  font-size: 24px;
}
.jn-pro-row .inco {
  padding-top: 50px;
  transition-duration: 800ms;
}
.jn-pro-row:nth-child(2n) {
  background: rgba(1, 87, 155, 0.5);
}
.jn-pro-row:hover .inco {
  transform: rotateY(360deg);
}

.proleft {
  transform: translate3d(-500px, 0, 0);
  transition: all 1s;
  opacity: 0;
}
.active .proleft {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.profl {
  transform: translate3d(0, 500px, 0);
  transition: all 1s;
  opacity: 0;
}
.active .profl {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* ==========================================================================
   section04
   ========================================================================== */
.section04 {
  background: url(../images/homepic04.jpg) right top no-repeat;
  background-size: cover;
}
.section04 .wrap {
  margin: 110px 100px 0 100px;
  overflow: hidden;
  color: #fff;
}
.jnsy-tit-row {
  position: absolute;
  top: 200px;
  left: 120px;
  width: calc(100% - 200px);
}
.hometit01 {
  height: 50px;
  line-height: 50px;
  float: left;
}
.hometit01 h3 {
  font-size: 36px;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 30px;
}
.hometit01 .txten {
  font-size: 72px;
  color: #333333;
  font-weight: bold;
  text-transform: Uppercase;
  margin-top: -60px;
  position: relative;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
a.xqbtn {
  width: 180px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  float: right;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.jnsy-tit-row {
  transform: translate3d(0, 500px, 0);
  transition: all 1s;
  opacity: 0;
}
.active .jnsy-tit-row {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* ==========================================================================
   section05
   ========================================================================== */
.section05 {
  background: url(../images/homepic05.jpg) right top no-repeat;
  background-size: cover;
}
.section05 .wrap {
  margin: 250px 100px 0 100px;
  overflow: hidden;
  color: #fff;
}

.newsbox {
  background: #fff;
  margin: 0 10px;
}
.newsbox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.newsbox .bgimg {
  width: 100%;
}
.newsbox .uppic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.newsbox:hover .uppic {
  transform: scale(1.05);
}
.newsbox .txtarea {
  font-size: 14px;
  padding: 30px;
}
.newsbox .txtarea .warp {
  height: 140px;
  overflow: hidden;
}
.newsbox .txtarea .tips {
  width: 35px;
  height: 5px;
  margin-bottom: 20px;
  background: #ed6d00;
}
.newsbox .txtarea .tit {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}
.newsbox .txtarea .date {
  color: #a1a1a1;
  margin: 10px 0;
}
.newsbox .txtarea .desc {
  margin: 10px 0;
  color: #666;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.newsbox:hover {
  background: #ed6d00;
}
.newsbox:hover .txtarea,
.newsbox:hover .txtarea .date,
.newsbox:hover .txtarea .desc {
  color: #fff;
}
.newsbox:hover .txtarea .tips {
  background: #fff;
}

#owl-news {
  transform: translate3d(0, 500px, 0);
  transition: all 1s;
  opacity: 0;
}
.active #owl-news {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* ==========================================================================
   section06
   ========================================================================== */
.section06 {
  background: url(../images/homepic06.jpg) right top no-repeat;
  background-size: cover;
  position: relative;
}
.section06 .wrap {
  margin: 110px 100px 100px 100px;
  overflow: hidden;
}
.contactleft {
  float: left;
  width: 50%;
}
.lxwm-row-tit {
  max-width: 468px;
  color: #fff;
  font-size: 16px;
}
.lxwm-row-tit h3 {
  font-size: 36px;
  font-weight: bold;
}
.lxwm-row-warp {
  margin-top: 30px;
}
.lxwm-row-warp .row01 {
  float: left;
  width: 50%;
}
.lxwm-row-warp .row02 {
  float: right;
  width: 300px;
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  padding-left: 50px;
  border-left: 1px solid #fff;
}
.lxwm-row-warp .tel {
  padding-left: 80px;
  color: #fff;
  position: relative;
  min-height: 65px;
  margin-bottom: 20px;
  font-size: 16px;
}
.lxwm-row-warp .tel img {
  position: absolute;
  left: 0;
  top: 0;
}
.lxwm-row-warp .tel h3 {
  font-weight: bold;
  font-size: 18px;
}
.ewmbox .ewm {
  float: left;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.ewmbox .ewm p {
  margin-top: 5px;
}
.contactright {
  float: right;
  width: 50%;
  text-align: right;
  padding-top: 50px;
}
.footlinkrow {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  margin-left: 30px;
}
.footlinkrow a {
  color: #fff;
}
.footlinkrow h3 {
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  background: url(../images/line01.jpg) left bottom no-repeat;
}
.footlinkrow p {
  line-height: 30px;
}
.footbottom {
  border-top: 1px solid #418ccd;
  padding: 20px 100px;
  color: #fff;
  position: absolute;
  width: calc(100% - 200px);
  bottom: 0;
  left: 0;
}
.footbottom .row01 {
  float: left;
}
.footbottom .row02 {
  float: right;
}
.footbottom a {
  color: #fff;
}
.footbottom .row02 i {
  margin-left: 10px;
}
.footbottom .row02 select {
  margin-right: 10px;
}

.contactleft {
  transform: translate3d(-500px, 0, 0);
  transition: all 1s;
  opacity: 0;
}
.active .contactleft {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.contactright {
  transform: translate3d(500px, 0, 0);
  transition: all 1s;
  opacity: 0;
}
.active .contactright {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.footbottom {
  transform: translate3d(0, 500px, 0);
  transition: all 1s;
  opacity: 0;
}
.active .footbottom {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .aboutleft {
    width: 40%;
  }
  .aboutright {
    width: calc(60% - 50px);
  }
  .abouttxtarea .desc {
    font-size: 14px;
  }
  .abouttxtarea .titms {
    font-size: 16px;
  }
  .jy-ys-row {
    width: 250px;
    height: 130px;
  }
  .jy-ys-row .txt01 {
    font-size: 16px;
  }
  .jy-ys-row h3.num {
    font-size: 54px;
  }
  .proleft .desc {
    font-size: 14px;
  }
  .profl {
    width: 90%;
    height: 150px;
  }
  .jn-pro-row {
    height: 150px;
  }
  .jn-pro-row p {
    font-size: 18px;
  }
  .jn-pro-row .inco {
    padding-top: 20px;
  }
  .jnsy-tit-row {
    top: 150px;
    left: 50px;
    width: calc(100% - 100px);
  }
  .newsbox .txtarea .tit {
    font-size: 14px;
    line-height: 1.2em;
  }
  .newsbox .txtarea .desc {
    font-size: 14px;
  }
  .newsbox .txtarea .warp {
    height: 124px;
  }
  .lxwm-row-warp .row02 {
    width: 260px;
    font-size: 14px;
    padding-left: 30px;
  }
  .lxwm-row-tit {
    font-size: 14px;
  }
  .footlinkrow {
    width: 120px;
    font-size: 14px;
    margin-left: 20px;
  }
  .footbottom {
    padding: 20px 50px;
    width: calc(100% - 100px);
  }
  .section02 .wrap,
  .section04 .wrap {
    margin: 110px 50px 0 50px;
  }
  .section02 .wrap {
    margin: 110px 50px 260px 50px;
  }
  .section05 .wrap {
    margin: 200px 50px 0 50px;
  }
  .section06 .wrap {
    margin: 110px 50px 100px 50px;
  }
}

@media only screen and (max-width: 1280px) {
  #fp-nav {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  .aboutleft,
  .aboutright {
    width: 100%;
    float: none;
    height: auto;
  }
  .aboutright {
    text-align: center;
  }
  .abouttxtarea {
    height: auto;
  }
  .jy-ys-row {
    width: calc(25% - 22px);
    height: 80px;
    float: left;
    padding: 70px 10px 0 10px;
    text-align: center;
  }
  .jy-ys-row .inco {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
  }
  .jy-ys-row h3.num {
    margin-top: 0;
  }
  .jy-ys-row:nth-child(1) {
    border-right: 1px dashed #fff;
    border-bottom: none;
  }
  .jy-ys-row:nth-child(2) {
    border-bottom: none;
    border-right: 1px dashed #fff;
  }
  .jy-ys-row:nth-child(3) {
    border-right: 1px dashed #fff;
  }
  .jy-ys-row h3.num {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section02 .wrap {
    margin: 30px 20px 30px 20px;
  }
  .abouttxtarea .tit {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .abouttxtarea .titms {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
  }
  .abouttxtarea .desc {
    margin: 20px 0;
    -webkit-line-clamp: 8;
    font-size: 12px;
  }
  .abouttxtarea .more a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .jy-ys-row .txt01 {
    font-size: 12px;
  }
  .active .aboutright {
    margin-top: 30px;
  }
  .jy-ys-row .inco img {
    width: 30px;
  }
  .jy-ys-row {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(25% - 12px);
  }
  .jy-ys-row h3.num {
    font-size: 14px;
  }
  .jy-ys-row h3.num span {
    font-size: 12px;
  }
  .section03 .wrap {
    margin: 30px 20px 200px 20px;
  }
  .proleft .txten {
    font-size: 20px;
  }
  .proleft h3.tit {
    font-size: 18px;
  }
  .proleft .desc {
    margin: 20px 0;
  }
  .active .profl {
    width: 100%;
  }
  .jn-pro-row p {
    font-size: 14px;
  }
  .jn-pro-row .inco img {
    width: 30px;
  }
  .jn-pro-row .inco {
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
  }
  .jn-pro-row,
  .active .profl {
    height: 100px;
  }
  .proleft .more a {
    border: 1px solid #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .hometit01 .txten {
    font-size: 24px;
  }
  .hometit01 h3 {
    font-size: 18px;
  }
  .section02 .wrap {
    margin: 20px 10px 0 10px;
  }
  .section04 .wrap {
    margin: 30px 20px 0 20px;
  }

  .jnsy-tit-row {
    top: 100px;
    left: 20px;
    width: calc(100% - 60px);
  }
  a.xqbtn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .section05 .wrap {
    margin: 30px 20px 0 20px;
  }
  .section05 .jnsy-tit-row {
    top: 50px;
  }
  .section06 .wrap {
    margin: 30px 10px 130px 10px;
  }
  .contactleft,
  .contactright {
    width: 100%;
    float: none;
    text-align: left;
  }
  .lxwm-row-warp .row01 {
    width: 100%;
    float: none;
  }
  .lxwm-row-warp .row02 {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    border-left: 0;
  }
  .footlinkrow {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 10px);
    font-size: 12px;
  }
  .contactright {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  .lxwm-row-tit h3 {
    font-size: 18px;
  }
  .lxwm-row-warp .tel img {
    width: 50px;
  }
  .lxwm-row-warp .tel {
    padding-left: 60px;
    font-size: 14px;
  }
  .lxwm-row-warp .tel h3 {
    font-size: 18px;
  }
  .lxwm-row-warp .tel {
    margin-bottom: 0;
  }
  .lxwm-row-warp {
    margin-top: 20px;
  }
  .lxwm-row-tit {
    font-size: 12px;
  }
  .lxwm-row-warp .row02 {
    font-size: 12px;
  }
  .footbottom {
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
  .footbottom .row01,
  .footbottom .row02 {
    float: none;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  font-size: 14px;
  padding: 60px 0 0 0;
  color: #fafafa;
  background: #484a4e;
  position: relative;
}
footer a {
  color: #efefef;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-nav {
  text-align: justify;
  margin-bottom: 20px;
}

.fn-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  *padding-right: 100px;
}
.footer-nav:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.fn-col h3 {
  width: 120px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  background: url(../images/line01.jpg) left bottom no-repeat;
}
.fn-col h3 a:hover {
  text-decoration: underline;
  color: #fff;
}

.fn-col li {
  line-height: 30px;
  font-size: 16px;
  color: #e4e4e4;
}
.fn-col li a {
  color: #e4e4e4;
}
.fn-col li a:hover {
  text-decoration: underline;
  color: #fff;
}
.fn-contact {
  width: 300px;
  overflow: hidden;
  color: #fafafa;
  line-height: 1.5em;
}
.fn-contact h3 {
  background: no-repeat;
  width: auto;
  margin-bottom: 0;
}
.fn-contact .tel {
  padding-left: 80px;
  color: #fff;
  position: relative;
  height: 65px;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 20px;
}
.fn-contact .tel img {
  position: absolute;
  left: 0;
  top: 0;
}
.fn-contact .tel h3 {
  font-weight: bold;
  font-size: 24px;
}

.foothd {
  padding: 15px 0;
  text-transform: Uppercase;
  color: #f2f1f1;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #697178;
  background: #484a4e;
  position: relative;
}
.foothd a {
  color: #f2f1f1;
}
.foothd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  footer {
    padding-top: 30px;
  }
  .foothd {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .foothd span {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 920px) {
  .fn-col li {
    font-size: 12px;
  }
  .fn-col h3 {
    font-size: 14px;
  }
  .foothd span.ewm {
    display: none;
  }
  .fn-contact {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 0;
  }
  .footer-nav {
    display: none;
  }
}

.toggle-btn {
  display: none;
}

@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
  }
  .inner-cont &gt; p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.tel-list {
}

.tel-list-item {
  margin: 2px 0;
}
</pre></body></html>